C1ObservableCollection<T> Constructor(IList<T>)
Initializes a new instance of the
C1ObservableCollection<T> class.
public C1ObservableCollection<T>(
System.Collections.Generic.IList<T>
)
'Declaration
Public Function New( _
ByVal As System.Collections.Generic.IList(Of T) _
)
Parameters
- list
- The System.Collections.Generic.IList`1 list that is wrapped by the new collection.